Version: 0.86 - Author: N.F.S Grundtvig (The members of this class inherits the author by default.)
Designating a version.
Designating a version.
This is done using the keyword:
\version
.
No special formatting is required ans any text will do.
It's possible to use multiple version tags, in which case the version strings used are listed comma separated.
This is how it looks in the source:
\version 0.86
\version 1.06
|
About section commands
This command is a section command (also called special section). Common to all section commands is the fact that the section continues until a blank line or another section command is encountered.
The section commands are:
\bug, \deprecated, \throw, \internal, \note, \param, \remark, \sa, \todo, \warning
(Multiple commands are allowed yielding a bulleted list)
\author, \brief, \return, \version
(Only intended to be used once per entity)